pandas remove index column when saving to csv

41

pandas remove index column when saving to csv -

df_csv = df0_fa.to_csv('revenue/data/test.csv',mode = 'w', index=False)

Comments

Submit
0 Comments